home *** CD-ROM | disk | FTP | other *** search
- Path: felix.teclink.net!usenet
- From: Thomas Martin <tmartin@teclink.net>
- Newsgroups: comp.lang.c
- Subject: windows dll
- Date: 9 Jan 1996 03:51:50 GMT
- Organization: Martin Enterprises
- Message-ID: <4csoom$q7t@felix.teclink.net>
- NNTP-Posting-Host: tc1_12.teclink.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
-
- I am trying to compile someones source code for a DLL written
- in MS C7.0. I am using VC 1.0. I keep getting errors saying
- (warning C4135: conversion between different integral types).
-
- An example of the lines that give the error is listed below:
-
- *(ptr) = pCard->byCompression|pCard->wPlayMode;
-
- It compiles fine under C7. Anyone got any ideas of what the
- problem may be? I probably don't need to say that I am not much
- of a C programmer but really need this DLL recompiled. I do OK
- on my own code but someone else's can be tough to figure out.
-
- Any help is greatly appreciated.
-
- Thomas Martin
- tmartin@teclink.net
-
-
-